projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf4af3
)
Backport copyright fix from trunk.
author
Glenn Morris
<rgm@gnu.org>
Mon, 24 Jan 2011 02:22:54 +0000
(18:22 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 24 Jan 2011 02:22:54 +0000
(18:22 -0800)
* lisp/mwheel.el: Fix typo in copyright years.
Duplicate 2002 introduced in CVS r1.35.
2003 is a copyrightable year since Emacs 21.3 was released then.
lisp/mwheel.el
patch
|
blob
|
history
diff --git
a/lisp/mwheel.el
b/lisp/mwheel.el
index 03aefcaf4418f10fdcad8d9a3133b5fab9dc8d6d..98ab155e7be9d635ddea15fd0602447c462d38ad 100644
(file)
--- a/
lisp/mwheel.el
+++ b/
lisp/mwheel.el
@@
-1,6
+1,6
@@
;;; mwheel.el --- Wheel mouse support
-;; Copyright (C) 1998, 2000, 2001, 2002, 200
2
, 2004, 2005, 2006, 2007,
+;; Copyright (C) 1998, 2000, 2001, 2002, 200
3
, 2004, 2005, 2006, 2007,
;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
;; Maintainer: William M. Perry <wmperry@gnu.org>
;; Keywords: mouse
@@
-282,5
+282,4
@@
Return non-nil if the new state is enabled."
(provide 'mwheel)
-;; arch-tag: 50ed00e7-3686-4b7a-8037-fb31aa5c237f
;;; mwheel.el ends here